home *** CD-ROM | disk | FTP | other *** search
/ Aminet 24 / Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso / Aminet / biz / dbase / mSQL_2_0b3.lha / msql / msql.conf.old < prev    next >
Text File  |  1998-01-03  |  866b  |  27 lines

  1. #
  2. # msql.conf  -  Configuration file for Mini SQL Version 2
  3. #
  4. #---------------------------------------------------------------------------
  5. #
  6. # This file is an example configuration and may require modification to
  7. # suit your needs or your site.  The values given are the default values
  8. # and will be used by the software if either this file is missing or a
  9. # specific value is not specified.
  10. #
  11. #---------------------------------------------------------------------------
  12. # NOTE : The install directory and all files/directories below it _must_
  13. #        be owned by the user specifed in the mSQL_User parameter (the
  14. #        user msql by default).  If you change the mSQL_User value then
  15. #    you must 'chown -R' the install directory.
  16. #
  17.  
  18. [general]
  19.  
  20. Inst_Dir = /msql
  21. mSQL_User = root
  22. Admin_User = root
  23. Pid_File = %I/msql2d.pid
  24. TCP_Port = 1114
  25. UNIX_Port = %I/msql2.sock
  26.  
  27.